PASO 5: configuremos la variable aleatoria para nuestro programa.
Usamos una variable para contener el valor aleatorio. Cambiaremos los argumentos para obtener un número entre 1 y 4.
- Cambie el nombre de la variable aleatoria de my_var a rand_answer .
- Cambie el nombre de la variable en .Display() de my_var a rand_answer .
- Cambie el segundo entero en .randint() a 4 .
To navigate the page using the TAB key, first press ESC to exit the code editor.